projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d410d33
)
(update_frame): Fix backwd test of outq and baud_rate.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 May 1994 19:38:00 +0000
(19:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 May 1994 19:38:00 +0000
(19:38 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 1c37ccca323b56c03bc27ae0f46c2269f1479432..76eba6fbdb8094f0c78ce5d0181ea3fbd993ec76 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1258,7
+1258,7
@@
update_frame (f, force, inhibit_hairy_id)
outq = PENDING_OUTPUT_COUNT (stdout);
#endif
outq *= 10;
- if (baud_rate
>
= outq)
+ if (baud_rate
<
= outq)
sleep (outq / baud_rate);
}
}